Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph marks #60

Merged
merged 6 commits into from
Jun 3, 2022
Merged

Graph marks #60

merged 6 commits into from
Jun 3, 2022

Conversation

qkzk
Copy link
Owner

@qkzk qkzk commented Jun 3, 2022

Charts

#59 almost completed

view.html now includes marks or charts per question.

  • Use chart.js to display work charts. It displays a pie chart for every non text question.
  • Display a list of text for text question.
  • Charts use d3 for coloring with nice gradients
  • answers aren't perfectly parsed since MathJax isn't applied on labels. Those labels are displayed in a canvas and are simple strings (no DOM element, no rendering)
  • chart are too big (height == width...)
  • chart doesn't autorefresh

@qkzk qkzk merged commit 8058f4f into master Jun 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant